home *** CD-ROM | disk | FTP | other *** search
- #ifndef __ATUTILS__
- #define __ATUTILS__
-
- #ifndef __TYPES__
- #include <Types.h>
- #endif
-
- #ifndef __APPLETALK__
- #include <AppleTalk.h>
- #endif
-
- #ifndef __LISTS__
- #include <Lists.h>
- #endif
-
- OSErr ATInit(void);
- OSErr DoBuildZoneList(ListHandle listHndl);
- OSErr HiliteUserZone(ListHandle listHndl);
- OSErr AddPPCNBPAlias(NamesTableEntry *theNTE, Str32 newNBPType, EntityName *newEntity);
- OSErr RemoveNBPAlias(EntityPtr theEntity);
-
- #endif __ATUTILS__
-
-